Click down arrow next to “New Project” button and select New Project from Git Repo.
Once inside the project, you need to run the following inside the Terminal panel once for each new project. The Terminal panel is in the same pane as the Console panel. Switch to the Terminal panel:
Type this (replacing you@example.com with your actual email address)
git config --global user.email "you@example.com"
and hit enter, then type this (replacing Your Name with your actual name)
git config --global user.name "Your Name"
and hit enter in the Terminal panel.
committing a Change